@charset "utf-8";


.header , .container{margin-left:auto; margin-right:auto; width:1200px;}

/* header部分 */
.wrap-header {height: 45px; background:#f8f8f8; border-bottom:1px solid #f1f1f1; min-width:1200px; }
.header {max-width: 1200px;height: 45px;margin:0 auto;}
.header p {float: left;height: 45px;line-height:45px;font-size: 14px;color: #555;}
.header p i {color: #666;}
.header .hdu1 {float: right;height: 16px;margin-top: 15px;}
.header .hdu1 li{float: left;height: 16px;font-size:13px;color: #333333;padding: 0 9px; line-height: 16px;border-left: 1px dotted #8d8d8c;position: relative;}
.header .hdu1 li a{color: #333333;}
.header .hdu1 li:first-child {border-left: none;padding-left:15px; }

.header .hdu1 li span {display: none;position: absolute;left: -30px;top: 15px;width: 135px;height: 135px;z-index: 2;padding: 25px 10px 10px 10px;background: #e8e8e8;}
.header .hdu1 li span img{width:137px;height:137px;}
.header .hdu1 li:hover span {display: block;}

/* logo部分 */
.logo {height: 130px;background: url(../images/l_bg.png) repeat-x center; min-width:1200px;}
.logo .container {height: 130px; position: relative;}
.logo .logoImg {position: absolute;left: 0;top: 15px;}
.logo .logoImg img {display: block;width: 133px;height: 102px; }
.logo .l_title {width: 520px;height: 50px;position: absolute;left:160px;top:30px;padding-left: 20px;border-left:1px dashed #d4d4d4;}
.logo .l_title .l_p1 {font-size: 24px;position: relative;color: #333;font-weight: bold;}
.logo .l_title .l_p2 {font-size: 18px;color: #333;margin-top: 5px;}
.logo .tel {height: 46px;position: absolute;right: 0;top: 30px;padding-right: 55px; background: url(../images/l_tel.png) no-repeat -30px center;}
.logo .tel .tel_p1 {font-size: 14px;color: #666;height: 18px; line-height: 18px;}
.logo .tel .tel_p2 {font-size: 26px; color: #ff6600; height: 30px;line-height: 30px;}


/* nav部分 */
.Nav{ line-height: 55px; height:55px; background:#2271bc; z-index: 5; min-width:1200px; padding-bottom:0; border-bottom:0;  }
.Nav .navBox{ line-height: 55px; height:55px;    }
.Nav .navUl{ width:102%}
.Nav .navUl li{ padding-bottom:0; border-bottom:0; font-size:14px; float:left;background:#2271bc; }
.Nav .navUl li a {padding-bottom:0; border-bottom:0; color: #fff; font-size:16px; font-weight:bold; line-height: 55px; height:55px; padding:0 52px; display:block; }

